In mathematics, the concept of a "limit" is used to describe the value that a function or sequence "approaches" as the input or index approaches some value. Limits are essential to calculus (and mathematical analysis in general) and are used to define continuity, derivatives and integrals.
The concept of the limit of a function is further generalized to the concept of topological net, while the limit of a sequence is closely related to limit and direct limit in category theory.
In formulas, limit is usually abbreviated as lim as in lim(an) = a or represented by the right arrow (→) as in an → a.
Contents |
Suppose f(x) is a real-valued function and c is a real number. The expression
means that f(x) can be made to be as close to L as desired by making x sufficiently close to c. In that case, we say that "the limit of f of x, as x approaches c, is L". Note that this statement can be true even if f(c) ≠ L. Indeed, the function f(x) need not even be defined at c.
For example, if
then f(1) is not defined, yet as x approaches 1, f(x) approaches 2:
f(0.9) | f(0.99) | f(0.999) | f(1.0) | f(1.001) | f(1.01) | f(1.1) |
1.900 | 1.990 | 1.999 | ⇒ undef ⇐ | 2.001 | 2.010 | 2.100 |
Thus, f(x) can be made arbitrarily close to the limit of 2 just by making x sufficiently close to 1.
Karl Weierstrass formalized the definition of the limit of a function into what became known as the (ε, δ)-definition of limit in the 19th century.
In addition to limits at finite values, functions can also have limits at infinity. For example, consider
As x becomes extremely large, the value of f(x) approaches 2, and the value of f(x) can be made as close to 2 as one could wish just by picking x sufficiently large. In this case, we say that the limit of f(x) as x approaches infinity is 2. In mathematical notation,
Consider the following sequence: 1.79, 1.799, 1.7999,... We could observe that the numbers are "approaching" 1.8, the limit of the sequence.
Formally, suppose x1, x2, ... is a sequence of real numbers. We say that the real number L is the limit of this sequence and we write
to mean
Intuitively, this means that eventually all elements of the sequence get as close as we want to the limit, since the absolute value |xn − L| is the distance between xn and L. Not every sequence has a limit; if it does, we call it convergent, otherwise divergent. One can show that a convergent sequence has only one limit.
The limit of a sequence and the limit of a function are closely related. On one hand, the limit of a sequence is simply the limit at infinity of a function defined on natural numbers. On the other hand, a limit of a function f at x, if it exists, is the same as the limit of the sequence xn = f(x + 1/n).
A formal definition of convergence can be stated as follows. Suppose as
goes from
to
is a sequence that converges to a fixed point
, with
for all
. If positive constants
and
exist with
then as
goes from
to
converges to
of order
, with asymptotic error constant
Given a function with a fixed point
, there is a nice checklist for checking the convergence of p.
![]() |
then we have linear convergence |
![]() |
series diverges |
![]() |
then we have at least linear convergence and maybe something better, we should check for quadratic |
![]() |
then we have quadratic convergence provided that ![]() |
![]() |
then we have something even better than quadratic convergence |
![]() |
then we have convergence that is better than linear but still not quadratic |
All of the above notions of limit can be unified and generalized to arbitrary topological spaces by introducing topological nets and defining their limits.
An alternative is the concept of limit for filters on topological spaces.